ArcPad Map File Schema
SNAPPING Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element > LAYER Element : SNAPPING Element

Glossary Item Box

Diagram

SNAPPING Element

Overview

edge optional Restriction of xs:string
end optional Restriction of xs:string
tolerance optional xs:double
vertex optional Restriction of xs:string
visible optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
edgeRestriction of xs:stringoptionalfalse  
endRestriction of xs:stringoptionalfalse  
tolerancexs:doubleoptional0  
vertexRestriction of xs:stringoptionalfalse  
visibleRestriction of xs:stringoptionalfalse  

Source

<xs:element name="SNAPPING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute default="false" name="edge">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="false" name="end">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="0" name="tolerance" type="xs:double" />
    <xs:attribute default="false" name="vertex">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="false" ref="visible" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.